{{ __('no_friends') }}
{% extends "profile.html" %} {% block title %} {{ __('friends') }} - {{ parent() }} {% endblock %} {% block head %} {{ parent() }} {% endblock %} {% block sub_content %} {% if friends %} {% include "/inc/ordering.html" %} {% else %}
{{ __('no_friends') }}